provider Projects GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/users/
@utdk/sentry /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/users/
List a Project's Users
Return a list of users seen within this project.
organization_id_or_slug path required
The ID or slug of the organization.
string
project_id_or_slug path required
The ID or slug of the project.
string
query query
Limit results to users matching the given query. Prefixes should be used to suggest the field to match on: `id`, `email`, `username`, `ip`. For example, `query=email:foo@example.com`
string
cursor query
A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.
string

Try it

Authentication
Configure credentials for API Reference
listAProjectSUsers
GET/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/users/
Return a list of users seen within this project.

Parameters

required

The ID or slug of the organization.

required

The ID or slug of the project.

Limit results to users matching the given query. Prefixes should be used to suggest the field to match on: `id`, `email`, `username`, `ip`. For example, `query=email:foo@example.com`

A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.listAProjectSUsers()